Error processing SSI file
LEADTOOLS Medical (Leadtools.MedicalViewer assembly)

Show in webframe

SetRequestedImageThumbnail(RasterImage,Int32[],Int32[],Int32[]) Method






the thumbnails to be set.
Array of Integers containing the index of each thumbnail in the cell.
Array of Integers containing the width of the original image to each thumbnail.
Array of Integers containing the height of the original image to each thumbnail.
Sends the requested images to the control. This method is used when the low memory usage feature is enabled (for more information see EnableLowMemoryUsage(Int32,Int32,MedicalViewerImageInformation[]))
Syntax
public void SetRequestedImageThumbnail(    RasterImage image,    int[] indexes,    int[] widthArray,    int[] heightArray )
'Declaration   Public Overloads Sub SetRequestedImageThumbnail( _    ByVal image As RasterImage, _    ByVal indexes() As Integer, _    ByVal widthArray() As Integer, _    ByVal heightArray() As Integer _ )
'Usage   Dim instance As MedicalViewerCell Dim image As RasterImage Dim indexes() As Integer Dim widthArray() As Integer Dim heightArray() As Integer   instance.SetRequestedImageThumbnail(image, indexes, widthArray, heightArray)
public: void SetRequestedImageThumbnail(    RasterImage^ image,    array<int>^ indexes,    array<int>^ widthArray,    array<int>^ heightArray )

Parameters

image
the thumbnails to be set.
indexes
Array of Integers containing the index of each thumbnail in the cell.
widthArray
Array of Integers containing the width of the original image to each thumbnail.
heightArray
Array of Integers containing the height of the original image to each thumbnail.
Remarks
Requirements

Target Platforms

See Also

Reference

MedicalViewerCell Class
MedicalViewerCell Members
Overload List

Error processing SSI file
Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features